home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_124 / BUTTONCONDACTION on(release, keyPress t).as
Text File  |  2002-05-21  |  244b  |  17 lines

  1. on(release, keyPress "t"){
  2.    if(state == 4)
  3.    {
  4.       stopAllSounds();
  5.       gotoAndStop(1132);
  6.    }
  7.    else if(state == 9)
  8.    {
  9.       stopAllSounds();
  10.       gotoAndStop(1292);
  11.    }
  12.    else
  13.    {
  14.       gotoAndStop(283);
  15.    }
  16. }
  17.